#include <FrameLib_Multichannel.h>
|
| | FrameLib_Unpack (FrameLib_Context context, FrameLib_Parameters::Serial *serialisedParameters, void *owner) |
| |
| virtual std::string | objectInfo (bool verbose) |
| |
| virtual std::string | inputInfo (unsigned long idx, bool verbose) |
| |
| virtual std::string | outputInfo (unsigned long idx, bool verbose) |
| |
| virtual const FrameLib_Parameters * | getParameters () |
| |
| virtual FrameType | inputType (unsigned long idx) |
| |
| virtual FrameType | outputType (unsigned long idx) |
| |
| | FrameLib_MultiChannel (ObjectType type, FrameLib_Context context, unsigned long nIns, unsigned long nOuts) |
| |
| | FrameLib_MultiChannel (ObjectType type, FrameLib_Context context) |
| |
| virtual | ~FrameLib_MultiChannel () |
| |
| virtual void | setFixedInput (unsigned long idx, double *input, unsigned long size) |
| |
| virtual void | blockUpdate (double **ins, double **outs, unsigned long blockSize) |
| |
| virtual void | reset (double samplingRate, unsigned long maxBlockSize) |
| |
| virtual void | deleteConnection (unsigned long inIdx) |
| |
| virtual void | addConnection (FrameLib_MultiChannel *object, unsigned long outIdx, unsigned long inIdx) |
| |
| virtual void | clearConnections () |
| |
| virtual bool | isConnected (unsigned long inIdx) |
| |
| | FrameLib_Object (ObjectType type) |
| |
| virtual | ~FrameLib_Object () |
| |
| ObjectType | getType () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getNumIns () |
| |
| unsigned long | getNumOuts () |
| |
| unsigned long | getNumAudioIns () |
| |
| unsigned long | getNumAudioOuts () |
| |
| unsigned long | getNumAudioChans () |
| |
| virtual std::string | audioInfo (unsigned long idx, bool verbose=false) |
| |
|
| static bool | handlesAudio () |
| |
| static bool | handlesAudio () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getInputNumChans (unsigned long inIdx) |
| |
| ConnectionInfo | getInputChan (unsigned long inIdx, unsigned long chan) |
| |
| const char * | getInfo (const char *verboseStr, const char *briefStr, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, unsigned long idx, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, const char *replaceStr, bool verbose) |
| |
| std::vector< MultiChannelOutput > | mOutputs |
| |
◆ FrameLib_Unpack()
◆ getParameters()
◆ inputInfo()
| std::string FrameLib_Unpack::inputInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose |
|
) |
| |
|
virtual |
◆ inputType()
| virtual FrameType FrameLib_Unpack::inputType |
( |
unsigned long |
idx | ) |
|
|
inlinevirtual |
◆ objectInfo()
| std::string FrameLib_Unpack::objectInfo |
( |
bool |
verbose | ) |
|
|
virtual |
◆ outputInfo()
| std::string FrameLib_Unpack::outputInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose |
|
) |
| |
|
virtual |
◆ outputType()
| virtual FrameType FrameLib_Unpack::outputType |
( |
unsigned long |
idx | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: